home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_plotutils.idb / usr / freeware / share / tek2plot / README.z / README
Encoding:
Text File  |  1998-10-28  |  920 b   |  24 lines

  1. This directory includes a few files in Tektronix format.  You may use them
  2. to test the tek2plot utility, which displays Tektronix files on other,
  3. non-Tektronix, display devices.
  4.  
  5. The file ocpred.tek contains a chart showing an astronomical event of 1986,
  6. prepared in 1985 at the Harvard-Smithsonian Center for Astrophysics.  You
  7. may do:
  8.  
  9.     tek2plot -Tps --font-name HersheyGothicEnglish ocpred.tek > ocpred.ps
  10.  
  11. to translate it to Postscript.  The text will be rendered in
  12. HersheyGothicEnglish, which is an Old English font.
  13.  
  14. HersheyGothicEnglish is not a fixed-width font, unlike the original
  15. Tektronix font.  But if you add the `--position-chars' option on the
  16. command line, each character will be positioned individually, so as to
  17. match the position of the corresponding character in the original font.
  18.  
  19. Similarly, you may do:
  20.  
  21.     tek2plot -Tps usmap.tek > usmap.ps
  22.  
  23. to prepare a Postscript version of the USA map.
  24.